home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / awk / config.h < prev    next >
Text File  |  2005-10-13  |  18KB  |  630 lines

  1. /* config.h.  Generated by configure.  */
  2. /* configh.in.  Generated from configure.ac by autoheader.  */
  3.  
  4. /* switch statements are enabled in awk programs */
  5. #define ALLOW_SWITCH 1
  6.  
  7. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  8.    systems. This function is required for `alloca.c' support on those systems.
  9.    */
  10. /* #undef CRAY_STACKSEG_END */
  11.  
  12. /* Define to 1 if using `alloca.c'. */
  13. /* #undef C_ALLOCA */
  14.  
  15. /* dynamic loading is possible */
  16. #define DYNAMIC 1
  17.  
  18. /* Define to 1 if translation of program messages to the user's native
  19.    language is requested. */
  20. /* #undef ENABLE_NLS */
  21.  
  22. /* Define to the type of elements in the array set by `getgroups'. Usually
  23.    this is either `int' or `gid_t'. */
  24. #define GETGROUPS_T gid_t
  25.  
  26. /* Define to 1 if the `getpgrp' function requires zero arguments. */
  27. #define GETPGRP_VOID 1
  28.  
  29. /* Define to 1 if you have the `alarm' function. */
  30. #define HAVE_ALARM 1
  31.  
  32. /* Define to 1 if you have `alloca', as a function or macro. */
  33. #define HAVE_ALLOCA 1
  34.  
  35. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  36.    */
  37. #define HAVE_ALLOCA_H 1
  38.  
  39. /* Define to 1 if you have the <argz.h> header file. */
  40. #define HAVE_ARGZ_H 1
  41.  
  42. /* Define to 1 if you have the `asprintf' function. */
  43. #define HAVE_ASPRINTF 1
  44.  
  45. /* Define if the GNU dcgettext() function is already present or preinstalled.
  46.    */
  47. /* #undef HAVE_DCGETTEXT */
  48.  
  49. /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
  50.    don't. */
  51. #define HAVE_DECL_FEOF_UNLOCKED 1
  52.  
  53. /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
  54.    you don't. */
  55. #define HAVE_DECL_FGETS_UNLOCKED 0
  56.  
  57. /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
  58.    don't. */
  59. #define HAVE_DECL_GETC_UNLOCKED 1
  60.  
  61. /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
  62.    don't. */
  63. #define HAVE_DECL__SNPRINTF 0
  64.  
  65. /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
  66.    don't. */
  67. #define HAVE_DECL__SNWPRINTF 0
  68.  
  69. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  70. /* #undef HAVE_DOPRNT */
  71.  
  72. /* Define to 1 if you have the <fcntl.h> header file. */
  73. #define HAVE_FCNTL_H 1
  74.  
  75. /* Define to 1 if you have the `fmod' function. */
  76. #define HAVE_FMOD 1
  77.  
  78. /* Define to 1 if you have the `fwprintf' function. */
  79. #define HAVE_FWPRINTF 1
  80.  
  81. /* Define to 1 if you have the `getcwd' function. */
  82. #define HAVE_GETCWD 1
  83.  
  84. /* Define to 1 if you have the `getegid' function. */
  85. #define HAVE_GETEGID 1
  86.  
  87. /* Define to 1 if you have the `geteuid' function. */
  88. #define HAVE_GETEUID 1
  89.  
  90. /* Define to 1 if you have the `getgid' function. */
  91. #define HAVE_GETGID 1
  92.  
  93. /* Define to 1 if you have the `getgrent' function. */
  94. #define HAVE_GETGRENT 1
  95.  
  96. /* Define to 1 if you have the `getgroups' function. */
  97. #define HAVE_GETGROUPS 1
  98.  
  99. /* Define to 1 if you have the `getpagesize' function. */
  100. #define HAVE_GETPAGESIZE 1
  101.  
  102. /* Define if the GNU gettext() function is already present or preinstalled. */
  103. /* #undef HAVE_GETTEXT */
  104.  
  105. /* Define to 1 if you have the `getuid' function. */
  106. #define HAVE_GETUID 1
  107.  
  108. /* Define to 1 if you have the `grantpt' function. */
  109. #define HAVE_GRANTPT 1
  110.  
  111. /* Define if you have the iconv() function. */
  112. #define HAVE_ICONV 1
  113.  
  114. /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
  115. #define HAVE_INTMAX_T 1
  116.  
  117. /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
  118. #define HAVE_INTTYPES_H 1
  119.  
  120. /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
  121.    declares uintmax_t. */
  122. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  123.  
  124. /* Define to 1 if you have the `iswctype' function. */
  125. #define HAVE_ISWCTYPE 1
  126.  
  127. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  128. #define HAVE_LANGINFO_CODESET 1
  129.  
  130. /* Define if your <locale.h> file defines LC_MESSAGES. */
  131. #define HAVE_LC_MESSAGES 1
  132.  
  133. /* Define to 1 if you have the `dl' library (-ldl). */
  134. #define HAVE_LIBDL 1
  135.  
  136. /* Define to 1 if you have the <libintl.h> header file. */
  137. #define HAVE_LIBINTL_H 1
  138.  
  139. /* Define to 1 if you have the `m' library (-lm). */
  140. #define HAVE_LIBM 1
  141.  
  142. /* Define to 1 if you have the <limits.h> header file. */
  143. #define HAVE_LIMITS_H 1
  144.  
  145. /* Define to 1 if you have the <locale.h> header file. */
  146. #define HAVE_LOCALE_H 1
  147.  
  148. /* Define if you have the 'long double' type. */
  149. #define HAVE_LONG_DOUBLE 1
  150.  
  151. /* Define if you have the 'long long' type. */
  152. #define HAVE_LONG_LONG 1
  153.  
  154. /* Define to 1 if you have the <malloc.h> header file. */
  155. #define HAVE_MALLOC_H 1
  156.  
  157. /* Define to 1 if you have the `mbrlen' function. */
  158. #define HAVE_MBRLEN 1
  159.  
  160. /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
  161. #define HAVE_MBRTOWC 1
  162.  
  163. /* Define to 1 if you have the <mcheck.h> header file. */
  164. #define HAVE_MCHECK_H 1
  165.  
  166. /* Define to 1 if you have the `memcmp' function. */
  167. #define HAVE_MEMCMP 1
  168.  
  169. /* Define to 1 if you have the `memcpy' function. */
  170. #define HAVE_MEMCPY 1
  171.  
  172. /* Define to 1 if you have the `memmove' function. */
  173. #define HAVE_MEMMOVE 1
  174.  
  175. /* Define to 1 if you have the <memory.h> header file. */
  176. #define HAVE_MEMORY_H 1
  177.  
  178. /* Define to 1 if you have the `mempcpy' function. */
  179. #define HAVE_MEMPCPY 1
  180.  
  181. /* Define to 1 if you have the `memset' function. */
  182. #define HAVE_MEMSET 1
  183.  
  184. /* we have the mktime function */
  185. #define HAVE_MKTIME 1
  186.  
  187. /* Define to 1 if you have a working `mmap' system call. */
  188. #define HAVE_MMAP 1
  189.  
  190. /* Define to 1 if you have the `munmap' function. */
  191. #define HAVE_MUNMAP 1
  192.  
  193. /* Define to 1 if you have the <netdb.h> header file. */
  194. #define HAVE_NETDB_H 1
  195.  
  196. /* Define to 1 if you have the <netinet/in.h> header file. */
  197. #define HAVE_NETINET_IN_H 1
  198.  
  199. /* Define to 1 if you have the <nl_types.h> header file. */
  200. #define HAVE_NL_TYPES_H 1
  201.  
  202. /* we have portals on /p on this system */
  203. /* #undef HAVE_PORTALS */
  204.  
  205. /* Define if your printf() function supports format strings with positions. */
  206. #define HAVE_POSIX_PRINTF 1
  207.  
  208. /* Define to 1 if you have the `putenv' function. */
  209. #define HAVE_PUTENV 1
  210.  
  211. /* Define to 1 if you have the `setenv' function. */
  212. #define HAVE_SETENV 1
  213.  
  214. /* Define to 1 if you have the `setlocale' function. */
  215. #define HAVE_SETLOCALE 1
  216.  
  217. /* Define to 1 if you have the <signum.h> header file. */
  218. /* #undef HAVE_SIGNUM_H */
  219.  
  220. /* Define to 1 if you have the `snprintf' function. */
  221. #define HAVE_SNPRINTF 1
  222.  
  223. /* we have sockets on this system */
  224. #define HAVE_SOCKETS 1
  225.  
  226. /* Define to 1 if you have the <stdarg.h> header file. */
  227. #define HAVE_STDARG_H 1
  228.  
  229. /* Define to 1 if you have the <stddef.h> header file. */
  230. #define HAVE_STDDEF_H 1
  231.  
  232. /* Define to 1 if you have the <stdint.h> header file. */
  233. #define HAVE_STDINT_H 1
  234.  
  235. /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
  236.    uintmax_t. */
  237. #define HAVE_STDINT_H_WITH_UINTMAX 1
  238.  
  239. /* Define to 1 if you have the <stdlib.h> header file. */
  240. #define HAVE_STDLIB_H 1
  241.  
  242. /* Define to 1 if you have the `stpcpy' function. */
  243. #define HAVE_STPCPY 1
  244.  
  245. /* Define to 1 if you have the `strcasecmp' function. */
  246. #define HAVE_STRCASECMP 1
  247.  
  248. /* Define to 1 if you have the `strchr' function. */
  249. #define HAVE_STRCHR 1
  250.  
  251. /* Define to 1 if you have the `strdup' function. */
  252. #define HAVE_STRDUP 1
  253.  
  254. /* Define to 1 if you have the `strerror' function. */
  255. #define HAVE_STRERROR 1
  256.  
  257. /* Define to 1 if you have the `strftime' function. */
  258. #define HAVE_STRFTIME 1
  259.  
  260. /* Define to 1 if cpp supports the ANSI # stringizing operator. */
  261. #define HAVE_STRINGIZE 1
  262.  
  263. /* Define to 1 if you have the <strings.h> header file. */
  264. #define HAVE_STRINGS_H 1
  265.  
  266. /* Define to 1 if you have the <string.h> header file. */
  267. #define HAVE_STRING_H 1
  268.  
  269. /* Define to 1 if you have the `strncasecmp' function. */
  270. #define HAVE_STRNCASECMP 1
  271.  
  272. /* Define to 1 if you have the <stropts.h> header file. */
  273. #define HAVE_STROPTS_H 1
  274.  
  275. /* Define to 1 if you have the `strtod' function. */
  276. #define HAVE_STRTOD 1
  277.  
  278. /* Define to 1 if you have the `strtoul' function. */
  279. #define HAVE_STRTOUL 1
  280.  
  281. /* Define to 1 if `st_blksize' is member of `struct stat'. */
  282. #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  283.  
  284. /* Define to 1 if `tm_zone' is member of `struct tm'. */
  285. #define HAVE_STRUCT_TM_TM_ZONE 1
  286.  
  287. /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
  288.    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
  289. #define HAVE_ST_BLKSIZE 1
  290.  
  291. /* Define to 1 if you have the `system' function. */
  292. #define HAVE_SYSTEM 1
  293.  
  294. /* Define to 1 if you have the <sys/param.h> header file. */
  295. #define HAVE_SYS_PARAM_H 1
  296.  
  297. /* Define to 1 if you have the <sys/socket.h> header file. */
  298. #define HAVE_SYS_SOCKET_H 1
  299.  
  300. /* Define to 1 if you have the <sys/stat.h> header file. */
  301. #define HAVE_SYS_STAT_H 1
  302.  
  303. /* Define to 1 if you have the <sys/time.h> header file. */
  304. #define HAVE_SYS_TIME_H 1
  305.  
  306. /* Define to 1 if you have the <sys/types.h> header file. */
  307. #define HAVE_SYS_TYPES_H 1
  308.  
  309. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  310. #define HAVE_SYS_WAIT_H 1
  311.  
  312. /* Define to 1 if you have the <termios.h> header file. */
  313. #define HAVE_TERMIOS_H 1
  314.  
  315. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  316.    `HAVE_STRUCT_TM_TM_ZONE' instead. */
  317. #define HAVE_TM_ZONE 1
  318.  
  319. /* Define to 1 if you have the `tsearch' function. */
  320. #define HAVE_TSEARCH 1
  321.  
  322. /* Define to 1 if you don't have `tm_zone' but do have the external array
  323.    `tzname'. */
  324. /* #undef HAVE_TZNAME */
  325.  
  326. /* Define to 1 if you have the `tzset' function. */
  327. #define HAVE_TZSET 1
  328.  
  329. /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
  330. #define HAVE_UINTMAX_T 1
  331.  
  332. /* Define to 1 if you have the <unistd.h> header file. */
  333. #define HAVE_UNISTD_H 1
  334.  
  335. /* Define if you have the 'unsigned long long' type. */
  336. #define HAVE_UNSIGNED_LONG_LONG 1
  337.  
  338. /* Define to 1 if you have the `vprintf' function. */
  339. #define HAVE_VPRINTF 1
  340.  
  341. /* Define to 1 if you have the <wchar.h> header file. */
  342. #define HAVE_WCHAR_H 1
  343.  
  344. /* Define if you have the 'wchar_t' type. */
  345. #define HAVE_WCHAR_T 1
  346.  
  347. /* Define to 1 if you have the `wcrtomb' function. */
  348. #define HAVE_WCRTOMB 1
  349.  
  350. /* Define to 1 if you have the `wcscoll' function. */
  351. #define HAVE_WCSCOLL 1
  352.  
  353. /* Define to 1 if you have the `wcslen' function. */
  354. #define HAVE_WCSLEN 1
  355.  
  356. /* Define to 1 if you have the `wctype' function. */
  357. #define HAVE_WCTYPE 1
  358.  
  359. /* Define to 1 if you have the <wctype.h> header file. */
  360. #define HAVE_WCTYPE_H 1
  361.  
  362. /* systems should define this type here */
  363. #define HAVE_WCTYPE_T 1
  364.  
  365. /* Define if you have the 'wint_t' type. */
  366. #define HAVE_WINT_T 1
  367.  
  368. /* Define to 1 if you have the `__argz_count' function. */
  369. #define HAVE___ARGZ_COUNT 1
  370.  
  371. /* Define to 1 if you have the `__argz_next' function. */
  372. #define HAVE___ARGZ_NEXT 1
  373.  
  374. /* Define to 1 if you have the `__argz_stringify' function. */
  375. #define HAVE___ARGZ_STRINGIFY 1
  376.  
  377. /* Define to 1 if you have the `__fsetlocking' function. */
  378. #define HAVE___FSETLOCKING 1
  379.  
  380. /* Define as const if the declaration of iconv() needs const. */
  381. #define ICONV_CONST 
  382.  
  383. /* Define if integer division by zero raises signal SIGFPE. */
  384. #define INTDIV0_RAISES_SIGFPE 1
  385.  
  386. /* disable lint checks */
  387. /* #undef NO_LINT */
  388.  
  389. /* Name of package */
  390. #define PACKAGE "gawk"
  391.  
  392. /* Define to the address where bug reports for this package should be sent. */
  393. #define PACKAGE_BUGREPORT "bug-gawk@gnu.org"
  394.  
  395. /* Define to the full name of this package. */
  396. #define PACKAGE_NAME "GNU Awk"
  397.  
  398. /* Define to the full name and version of this package. */
  399. #define PACKAGE_STRING "GNU Awk 3.1.4"
  400.  
  401. /* Define to the one symbol short name of this package. */
  402. #define PACKAGE_TARNAME "gawk"
  403.  
  404. /* Define to the version of this package. */
  405. #define PACKAGE_VERSION "3.1.4"
  406.  
  407. /* Define to 1 if *printf supports %F format */
  408. #define PRINTF_HAS_F_FORMAT 1
  409.  
  410. /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
  411. /* #undef PRI_MACROS_BROKEN */
  412.  
  413. /* Define to 1 if the C compiler supports function prototypes. */
  414. #define PROTOTYPES 1
  415.  
  416. /* Define as the return type of signal handlers (`int' or `void'). */
  417. #define RETSIGTYPE void
  418.  
  419. /* Define as the maximum value of type 'size_t', if the system doesn't define
  420.    it. */
  421. /* #undef SIZE_MAX */
  422.  
  423. /* return type of sprintf */
  424. #define SPRINTF_RET int
  425.  
  426. /* If using the C implementation of alloca, define if you know the
  427.    direction of stack growth for your system; otherwise it will be
  428.    automatically deduced at run-time.
  429.     STACK_DIRECTION > 0 => grows toward higher addresses
  430.     STACK_DIRECTION < 0 => grows toward lower addresses
  431.     STACK_DIRECTION = 0 => direction of growth unknown */
  432. /* #undef STACK_DIRECTION */
  433.  
  434. /* Define to 1 if you have the ANSI C header files. */
  435. #define STDC_HEADERS 1
  436.  
  437. /* strtod doesn't have C89 semantics */
  438. #define STRTOD_NOT_C89 1
  439.  
  440. /* some systems define this type here */
  441. #define TIME_T_IN_SYS_TYPES_H 1
  442.  
  443. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  444. #define TIME_WITH_SYS_TIME 1
  445.  
  446. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  447. /* #undef TM_IN_SYS_TIME */
  448.  
  449. /* force use of our version of strftime */
  450. /* #undef USE_INCLUDED_STRFTIME */
  451.  
  452. /* Version number of package */
  453. #define VERSION "3.1.4"
  454.  
  455. /* Define to 1 if on AIX 3.
  456.    System headers sometimes define this.
  457.    We just want to avoid a redefinition error message.  */
  458. #ifndef _ALL_SOURCE
  459. /* # undef _ALL_SOURCE */
  460. #endif
  461.  
  462. /* Number of bits in a file offset, on hosts where this is settable. */
  463. #define _FILE_OFFSET_BITS 64
  464.  
  465. /* Define for large files, on AIX-style hosts. */
  466. /* #undef _LARGE_FILES */
  467.  
  468. /* Define to 1 if on MINIX. */
  469. /* #undef _MINIX */
  470.  
  471. /* Define to 2 if the system does not provide POSIX.1 features except with
  472.    this defined. */
  473. /* #undef _POSIX_1_SOURCE */
  474.  
  475. /* Define to 1 if you need to in order for `stat' and other things to work. */
  476. /* #undef _POSIX_SOURCE */
  477.  
  478. /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
  479. #ifndef __CHAR_UNSIGNED__
  480. /* # undef __CHAR_UNSIGNED__ */
  481. #endif
  482.  
  483. /* Define like PROTOTYPES; this can be used by system headers. */
  484. #define __PROTOTYPES 1
  485.  
  486. /* Define to empty if `const' does not conform to ANSI C. */
  487. /* #undef const */
  488.  
  489. /* Define to `int' if <sys/types.h> doesn't define. */
  490. /* #undef gid_t */
  491.  
  492. /* Define to `__inline__' or `__inline' if that's what the C compiler
  493.    calls it, or to nothing if 'inline' is not supported under any name.  */
  494. #ifndef __cplusplus
  495. /* #undef inline */
  496. #endif
  497.  
  498. /* Define to widest signed type if <inttypes.h> doesn't define. */
  499. /* #undef intmax_t */
  500.  
  501. /* Define to `long' if <sys/types.h> does not define. */
  502. /* #undef off_t */
  503.  
  504. /* Define to `int' if <sys/types.h> does not define. */
  505. /* #undef pid_t */
  506.  
  507. /* Define as the type of the result of subtracting two pointers, if the system
  508.    doesn't define it. */
  509. /* #undef ptrdiff_t */
  510.  
  511. /* Define to empty if the C compiler doesn't support this keyword. */
  512. /* #undef signed */
  513.  
  514. /* Define to `unsigned' if <sys/types.h> does not define. */
  515. /* #undef size_t */
  516.  
  517. /* Define to `int' if <sys/types.h> does not define. */
  518. /* #undef ssize_t */
  519.  
  520. /* Define to `int' if <sys/types.h> doesn't define. */
  521. /* #undef uid_t */
  522.  
  523. /* Define to unsigned long or unsigned long long if <stdint.h> and
  524.    <inttypes.h> don't define. */
  525. /* #undef uintmax_t */
  526. /*
  527.  * custom.h
  528.  *
  529.  * This file is for use on systems where Autoconf isn't quite able to
  530.  * get things right. It is appended to the bottom of config.h by configure,
  531.  * in order to override definitions from Autoconf that are erroneous. See
  532.  * the manual for more information.
  533.  *
  534.  * If you make additions to this file for your system, please send me
  535.  * the information, to arnold@skeeve.com.
  536.  */
  537.  
  538. /* 
  539.  * Copyright (C) 1995-2004 the Free Software Foundation, Inc.
  540.  * 
  541.  * This file is part of GAWK, the GNU implementation of the
  542.  * AWK Programming Language.
  543.  * 
  544.  * GAWK is free software; you can redistribute it and/or modify
  545.  * it under the terms of the GNU General Public License as published by
  546.  * the Free Software Foundation; either version 2 of the License, or
  547.  * (at your option) any later version.
  548.  * 
  549.  * GAWK is distributed in the hope that it will be useful,
  550.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  551.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  552.  * GNU General Public License for more details.
  553.  * 
  554.  * You should have received a copy of the GNU General Public License
  555.  * along with this program; if not, write to the Free Software
  556.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  557.  */
  558.  
  559. /* for MIPS RiscOS, from Nelson H. F. Beebe, beebe@math.utah.edu */
  560. #if defined(__host_mips) && defined(SYSTYPE_BSD43)
  561. #undef HAVE_STRTOD
  562. #undef HAVE_STRERROR
  563. #endif
  564.  
  565. /* for VMS POSIX, from Pat Rankin, rankin@pactechdata.com */
  566. #ifdef VMS_POSIX
  567. #undef VMS
  568. #include "vms/redirect.h"
  569. #endif
  570.  
  571. /* For QNX, based on submission from Michael Hunter, mphunter@qnx.com */
  572. #ifdef __QNX__
  573. #define GETPGRP_VOID    1
  574. #endif
  575.  
  576. /* For Amigas, from Fred Fish, fnf@ninemoons.com */
  577. #ifdef __amigaos__
  578. #define fork vfork
  579. #endif
  580.  
  581. /* For BeOS, from mc@whoever.com */
  582. #if defined(__dest_os) && __dest_os == __be_os
  583. #define BROKEN_STRNCASECMP
  584. #define ELIDE_CODE
  585. #include <alloca.h>
  586. #endif
  587.  
  588. /* For Tandems, based on code from scldad@sdc.com.au */
  589. #ifdef TANDEM
  590. #define tempnam(a,b)      tmpnam(NULL)
  591. #define variable(a,b,c)   variabl(a,b,c)
  592. #define srandom srand
  593. #define random rand
  594.  
  595. #include <cextdecs(PROCESS_GETINFO_)>
  596. #endif
  597.  
  598. /* For 16-bit DOS */
  599. #if defined(MSC_VER) && defined(MSDOS)
  600. #define NO_PROFILING    1
  601. #endif
  602.  
  603. /* For MacOS X, which is almost BSD Unix */
  604. #ifdef __APPLE__
  605. #define HAVE_MKTIME    1
  606. #endif
  607.  
  608. #ifdef __WIN32__
  609. #undef HAVE_STRFTIME
  610. /* #define system(s) os_system(s) */
  611. #endif
  612.  
  613. /* For ULTRIX 4.3 */
  614. #ifdef ultrix
  615. #define HAVE_MKTIME     1
  616. #define GETGROUPS_NOT_STANDARD    1
  617. #endif
  618.  
  619. /* For whiny users */
  620. #ifdef USE_INCLUDED_STRFTIME
  621. #undef HAVE_STRFTIME
  622. #endif
  623.  
  624. /* For HP/UX with gcc */
  625. #if defined(hpux) || defined(_HPUX_SOURCE)
  626. #undef HAVE_TZSET
  627. #define HAVE_TZSET 1
  628. #define _TZSET 1
  629. #endif
  630.